Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NUIThemeMap<TEnum,TValue> Class / m_ItemMap Field


In This Topic
    m_ItemMap Field
    In This Topic
    The internal map that holds the currently defined key/item pairs.
    Syntax
    'Declaration
     
    
    Protected m_ItemMap As NMap(Of TEnum,NUIThemeMapItem(Of TEnum,TValue))
    'Usage
     
    
    Dim instance As NUIThemeMap(Of TEnum,TValue)
    Dim value As NMap(Of TEnum,NUIThemeMapItem(Of TEnum,TValue))
     
    value = instance.m_ItemMap
     
    instance.m_ItemMap = value
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also